home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 19.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  399 b   |  16 lines

  1. on exitFrame
  2.   global mainpictlist
  3.   if rollOver(11) or rollOver(12) then
  4.     go(the name of cast the mouseCast)
  5.   else
  6.     if (the mouseCast = 61) or rollOver(37) then
  7.       go(the frame)
  8.     else
  9.       if (the mouseCast < 73) or (the mouseCast > 75) then
  10.         set the member of sprite 7 to member getAt(mainpictlist, 1) of castLib "S19"
  11.         go("start")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.